body{
    max-width:100%;
    min-width: 1200px;
}
.header{
    width: 100%;
    min-width: 1200px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255,255,255, .8);
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* Firefox 4 */
    -webkit-transition: all .8s ease; /* Safari    Chrome */
    -o-transition:all .8s ease; /* Opera */
    box-shadow: rgba(0,0,0,.1) 0 1px 5px;
}
.header.active{
    padding: 25px 0;
}
.header .container{
    height: 100%;
}
.logo{
    width: 145px;
    height: 90px;
    position: absolute;
    /*left: 0;*/
    left: 13.54%;
    top: 50%;
    margin-top: -45px;
    transition: all .8s ease;
    -moz-transition: all .8s ease; 
    -webkit-transition: all .8s ease;
    -o-transition:all .8s ease; 
    transform: scale(.5);
    -ms-transform:scale(.5);	
    -moz-transform:scale(.5); 	
    -webkit-transform:scale(.5);
    -o-transform:scale(.5); 	
}
.header.active .logo{
    transform:scale(.75);
    -ms-transform:scale(.75);
    -moz-transform:scale(.75); 	
    -webkit-transform:scale(.75);
    -o-transform:scale(.75); 	
}
.logo img{
    width: 100%;
}
.logo p{
    width: 330px;
    line-height: 40px;
    font-size: 24px;
    position: absolute;
    left: 120%;
    top: 50%;
    margin-top: -20px;
    transition: inherit;
}
.header.active .logo p{
    font-size: 30px;
    left: 110%;
}
.nav{
    height: 70px;
    position: absolute;
    top: 50%;
    right: 24.48%;
    margin-top: -35px;
}
.nav > li{
    float: left;
    position: relative;
}
.nav > li > a{
    line-height: 70px;
    padding: 0 14px;
    font-size: 16px;
}
.nav > li.cur > a{
    color: #e60619;
}
.nav > li .list{
    width: 220px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    border: 1px solid #ededed;
    box-shadow: 2px 2px 2px #efefef;
    transition: all .6s;
    -moz-transition: all .6s; /* Firefox 4 */
    -webkit-transition: all .6s; /* Safari 和 Chrome */
    -o-transition: all .6s; /* Opera */
    transition-delay: .2s;
    -moz-transition-delay: .2s; /* Firefox 4 */
    -webkit-transition-delay: .2s; /* Safari 和 Chrome */
    -o-transition-delay: .2s; /* Opera */
}
.nav > li:hover .list{
    /*display: block;*/
    opacity: 1;
    height: auto;
}
.nav > li .list li a{
    width: calc(100% - 14px);
    line-height: 45px;
    display: block;
    padding: 0 0 0 14px;
    color: #666;
    font-size: 14px;
    background: #fff;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.nav > li .list li:last-child a{
    border-bottom: none;
}
.arrow-right{
    width: 5px;
    height: 9px;
    background: url("../Image/arrow-right-hover.png") no-repeat;
    position: absolute;
    right: 19px;
    top: 19px;
    display: none;
}
.nav > li .list li:hover a , .nav > li .list li.cur a{
    color: #e60619;
}
.nav > li .list li:hover a .arrow-right , .nav > li .list li.cur a .arrow-right{
    display: block;
}
.language{
    height: 20px;
    line-height: 20px;
    position: absolute;
    /*right: 0%;*/
    right: 15.54%;
    top: 50%;
    margin-top: -10px;
}
.language a{
    font-size: 14px;
    display: inline-block;
    padding: 0 5px;
}
.language a.cur{
    color: #e60619;
}
.language a:first-child{
    border-right: 2px solid #989898;
}
/*footer*/
.footer{
    width: 100%;
    line-height: 60px;
    /*background: #f7f7f7;*/
    border-top: 1px solid #ededed;
}
.footer.index{
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.footer-nav li{
    float: left;
    position: relative;
}
.footer-nav li a{
    /*width: 100%;*/
    padding: 0 9px;
    font-size: 14px;
    color: #999999;
    border-right: 2px solid #b5b5b5;
    /*display: inline-block;*/
}
.footer-nav li:first-child a{
    padding: 0 9px 0 0;
}
.footer-nav li:last-child a{
    padding: 0 0 0 9px;
    border-right: none;
}
.footer-nav li a:hover{
    color: #e60619;
}
.footer-nav li .erweima{
 /*   width: 185px;
    height: 186px;*/
    width: 100%;
    position: absolute;
    top: -106px;
    left: 0;
    /*margin-left: -93.5px;*/
    display: none;
    border: 1px solid #ededed;
    box-shadow: 2px 1px 2px #efefef;
    z-index: 10;
}
.footer-nav li:hover .erweima{
    display: block;
}

/*修改导航*/
.sonLink{
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -18px;
}
.sonLink span{
    /* line-height: 50px; */
    margin-right: 20px;
    font-size: 14px;
    float: left;
}
.sonLink a.sonLink-btn {
    width: 35px;
    height: 35px;
    float: left;
    background: #5a5a5a url("../Image/sonLink-icon.png") no-repeat center;
}
.sonLink a.sonLink-btn:hover{
    background-color: red;
}

/*子导航*/

.sonCompany {
    width: 360px;
    height: calc(100% - 110px);
    background: #fff;
    padding-top: 110px;
    position: fixed;
    right: -362px;
    top: 0;
    z-index: 101;
    transition: right .8s ease;
    -moz-transition: right .8s ease;
    -webkit-transition: right .8s ease;
    -o-transition: right .8s ease;
}
.sonCompany.active {
    right: 0;
}
a.sonCompany-btn {
    width: 35px;
    height: 35px;
    background: #5a5a5a url("../Image/sonCompany-icon.png") no-repeat center;
    display: inline-block;
    position: absolute;
    right: 29px;
    top: 45px;
}
a.sonCompany-btn:hover{
    background-color: red;
}
.sonCompany .list {
    height: calc(100% - 110px);
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    border-top: 1px solid #f2f2f2;
}
.sonCompany .list li {
    height: calc(100% / 12);
   /* height: 59px;*/
    margin-left:5px;
}

.sonCompany .list li a {
    width: 355px;
    /* line-height: 49px; */
    height: 100%;
    border-left: 5px solid transparent;
    text-indent: 38px;
    display: inline-block;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
}
.sonCompany .list li:hover{
    background-color: #fdfdfd;
    border-left: 5px red solid;
    margin-left:0;
}


.choseLiZiGongSi{
    font-weight: bolder;

}
.choseLiZiGongSi a{
    font-size: 15px!important;
    color: #000000;
}
.choseLiZiGongSi:hover a{
    color: red;
}


@media (max-width: 1399px){
.logo {
    left: 29px;
}
}
html,body{
    height: 100%;
}
